翻訳と辞書
Words near each other
・ Connection (fibred manifold)
・ Connection (mathematics)
・ Connection (principal bundle)
・ Connection (The Rolling Stones song)
・ Connection (vector bundle)
・ Connection broker
・ Connection Collection, Vol. 1
・ Connection Distributing Co. v. Holder
・ Connection form
・ Connection game
・ Connection Lost
・ Connection Machine
・ Connection Magazines
・ Connection Pointe Christian Church of Brownsburg
・ Connection pool
Connection string
・ Connection-oriented communication
・ Connection-oriented Ethernet
・ Connectionism
・ Connectionist expert system
・ Connectionless communication
・ Connectionless routing
・ Connectionless-mode Network Service
・ Connections
・ Connections & Disconnections
・ Connections (album)
・ Connections (film)
・ Connections (game show)
・ Connections (journal)
・ Connections (TV series)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Connection string : ウィキペディア英語版
Connection string
In computing, a connection string is a string that specifies information about a data source and the means of connecting to it. It is passed in code to an underlying driver or provider in order to initiate the connection. Whilst commonly used for a database connection, the data source could also be a spreadsheet or text file.
The connection string may include attributes such as the name of the driver, server and database, as well as security information such as user name and password.
==Examples==
This example shows a Postgres connection string for connecting to wikipedia.com with SSL and a connection timeout of 180 seconds:

DRIVER=;SERVER=www.wikipedia.com;SSL=true;SSLMode=require;DATABASE=wiki;UID=wikiuser;Connect Timeout=180;PWD=ashiknoor

Users of Oracle databases can specify connection strings:
* on the command-line (as in: sqlplus scott/tiger@connection_string )
* via environment variables ($TWO_TASK in Unix-like environments; %LOCAL% in Microsoft Windows environments)〔

* in local configuration files (such as the default $ORACLE_HOME/network/admin.tnsnames.ora)〔

* in LDAP-capable directory services

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Connection string」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.